projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53df781
)
Use `completion-at-point` instead of `comint-dynamic-complete` in shell completion
author
Dan Davison
<dandavison7@gmail.com>
Thu, 17 May 2012 03:03:38 +0000
(
00:03
-0300)
committer
Fabián Ezequiel Gallina
<fgallina@gnu.org>
Thu, 17 May 2012 03:03:38 +0000
(
00:03
-0300)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index b1d52926ec0f2b18484c49ceefe1348614baaab0..6d9ca2f09d7c851758865e74e70ade6f7041d3ce 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-1799,7
+1799,7
@@
to complete."
(buffer-substring (comint-line-beginning-position)
(point-marker)))
(indent-for-tab-command)
- (com
int-dynamic-complete
)))
+ (com
pletion-at-point
)))
\f
;;; PDB Track integration